home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000170_fdc@columbia.edu_Wed Mar 31 16:35:11 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.unix.sco.misc,comp.protocols.kermit.misc
  4. Subject: Re: SSH errors with  'File or directory does not exist' but only if more that 10 users are logged in
  5. Date: 31 Mar 2004 21:32:54 GMT
  6. Organization: Columbia University
  7. Lines: 25
  8. Message-ID: <slrnc6me86.pfr.fdc@sesame.cc.columbia.edu>
  9. References: <1080768113.45686.0@demeter.uk.clara.net>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1080768774 29827 128.59.59.56 (31 Mar 2004 21:32:54 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 31 Mar 2004 21:32:54 GMT
  15. User-Agent: slrn/0.9.8.0 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.unix.sco.misc:163177 comp.protocols.kermit.misc:14881
  17.  
  18. On 2004-03-31, David McCormack <nospam@zamang.co.uk> wrote:
  19. : I'm using a downloaded binary version of ckermit version 8.0.209 on a SCO
  20. : OpenServer box (v. 5.0.6). The kermit executable was downloaded from the
  21. : main http://www.columbia.edu/kermit/ web site.
  22. :
  23. : If we have 10 or more than users logged in to our SCO OpenServer box (but
  24. : only one is running kermit) then kermit will fail to run the external ssh
  25. : client. The error that gets displayed is;
  26. :
  27. :: No such file or directory
  28. : Can't connect to ssh -e none -l root <hostname>
  29. :
  30. : If you have 9 users connected then ssh gets run correctly. This is with
  31. : exactly the same configuration file. What is bizarre is that if 9 people are
  32. : logged in you are running kermit, ssh will work. If 10th user logs in,
  33. : whilst you're in kermit, ssh will fail. If the number of users connected
  34. : goes back down to 9 or less, ssh will start working again.
  35. :
  36. : Does anyone have any ideas what's causing this or what areas I should check?
  37. : It seems more SCO related then kermit though.
  38. :
  39. Sounds like you're running out of PTYs (pseudoterminals).  I imagine there
  40. is a way to create more, but I'm not an OSR5 sysadmin expert.
  41.  
  42. - Frank